TIMEOUT

We are left with following problem, upon which TcT provides the
certificate TIMEOUT.

Strict Trs:
  { cond(true(), x, y, z) ->
    cond(and(gr(x, z), gr(y, z)), p(x), p(y), z)
  , and(x, false()) -> false()
  , and(true(), true()) -> true()
  , and(false(), x) -> false()
  , gr(0(), x) -> false()
  , gr(0(), 0()) -> false()
  , gr(s(x), 0()) -> true()
  , gr(s(x), s(y)) -> gr(x, y)
  , p(0()) -> 0()
  , p(s(x)) -> x }
Obligation:
  innermost runtime complexity
Answer:
  TIMEOUT

Computation stopped due to timeout after 10.0 seconds.

Arrrr..